home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Freeware
/
Read It Later 0.9924
/
read_it_later-0.9924-fx.xpi
/
chrome
/
globals
/
ISRILglobals.js
Wrap
Text File
|
2008-10-18
|
287b
|
21 lines
EXPORTED_SYMBOLS = ["ISRILglobals"]
function ISRILglobals()
{
this.inited = false;
this.adding = false;
this.filter = '';
this.listShowErrorOnOpen = false;
}
ISRILglobals.prototype = {
_init : function() { },
}
var ISRILglobals = new ISRILglobals();